home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Multimedia / audiophiler / audiophilersetup.exe / {app} / audiophiler.exe / 0 / RCDATA / TFMLANGUAGE / TFMLANGUAGE.txt
Text File  |  2004-09-21  |  2KB  |  91 lines

  1. object FmLanguage: TFmLanguage
  2.   Left = 420
  3.   Top = 362
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'FmLanguage'
  7.   ClientHeight = 111
  8.   ClientWidth = 305
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnHide = ClientDataSetFormHide
  18.   OnShow = ClientDataSetFormShow
  19.   DataSource = DM.DsLanguages
  20.   OnDataAfterEdit = ClientDataSetFormDataAfterEdit
  21.   OnDataBeforeEdit = ClientDataSetFormDataBeforeEdit
  22.   OnDataValidate = ClientDataSetFormDataValidate
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object LblName: TLabel
  26.     Left = 8
  27.     Top = 52
  28.     Width = 31
  29.     Height = 13
  30.     Caption = '&Name:'
  31.     FocusControl = EdtName
  32.   end
  33.   object BtnOk: TBitBtn
  34.     Left = 136
  35.     Top = 81
  36.     Width = 75
  37.     Height = 25
  38.     TabOrder = 2
  39.     OnClick = BtnOkClick
  40.     Kind = bkOK
  41.   end
  42.   object BtnCancel: TBitBtn
  43.     Left = 216
  44.     Top = 81
  45.     Width = 75
  46.     Height = 25
  47.     TabOrder = 3
  48.     Kind = bkCancel
  49.   end
  50.   object PnlHeader: TPanel
  51.     Left = 8
  52.     Top = 8
  53.     Width = 289
  54.     Height = 25
  55.     Alignment = taLeftJustify
  56.     BevelOuter = bvNone
  57.     Caption = ' Language'
  58.     Color = clBtnShadow
  59.     Font.Charset = DEFAULT_CHARSET
  60.     Font.Color = clWindow
  61.     Font.Height = -13
  62.     Font.Name = 'Tahoma'
  63.     Font.Style = [fsBold]
  64.     ParentBackground = False
  65.     ParentFont = False
  66.     TabOrder = 0
  67.   end
  68.   object EdtName: TcxDBTextEdit
  69.     Left = 48
  70.     Top = 48
  71.     Width = 249
  72.     Height = 21
  73.     DataBinding.DataField = 'LanguageName'
  74.     DataBinding.DataSource = DM.DsLanguages
  75.     Properties.OnChange = EdtNameChange
  76.     Style.StyleController = DM.EditStyles
  77.     TabOrder = 1
  78.   end
  79.   object TblLanguagesLookup: TEasyTable
  80.     CurrentVersion = '5.72 '
  81.     TableName = 'Languages'
  82.     DatabaseName = 'AudiophilerDb'
  83.     InMemory = False
  84.     AutoIndexes = False
  85.     CacheEnabled = True
  86.     BDELikeFilter = False
  87.     Left = 8
  88.     Top = 72
  89.   end
  90. end
  91.